NcApi
Data Fields
NcApiSendParams Struct Reference

Parameters for the NcApiSendAcknowledged function. More...

#include <NcApi.h>

Data Fields

uint16_t destNodeId
 Destination node ID. More...
 
uint8_t destPort
 Destination port. More...
 
uint8_t * payload
 Pointer to payload, if any. More...
 
uint8_t payloadLength
 PayloadLength Length of payload. More...
 
void * callbackToken
 Application provided token / context / tag that it wants to called back with. NcApi does not inspect this parameter, it merely passes it along. More...
 

Detailed Description

Parameters for the NcApiSendAcknowledged function.

Field Documentation

void* NcApiSendParams::callbackToken

Application provided token / context / tag that it wants to called back with. NcApi does not inspect this parameter, it merely passes it along.

uint16_t NcApiSendParams::destNodeId

Destination node ID.

uint8_t NcApiSendParams::destPort

Destination port.

uint8_t* NcApiSendParams::payload

Pointer to payload, if any.

uint8_t NcApiSendParams::payloadLength

PayloadLength Length of payload.


The documentation for this struct was generated from the following file: